PrintOrientation Enumeration

Represents the orientation of the printed page.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum PrintOrientation

Members

Portrait0 A page is printed in portrait orientation.
Landscape1 A page is printed in landscape orientation.
None2 None.

See Also